home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 1 / Eagles_Nest_Mac_Collection_Disc_1.TOAST / System & Related / UNIXNut#2 / Shells / card_44696.txt < prev    next >
Text File  |  1989-06-08  |  2KB  |  82 lines

  1. -- card: 44696 from stack: in
  2. -- bmap block id: 45255
  3. -- flags: 0000
  4. -- background id: 6365
  5. -- name: pushd
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 2002
  11. -- rect: left=40 top=89 right=110 bottom=120
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Command Name
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   if the optionKey is down then
  23.     go to previous card of this background
  24.   else
  25.     go to next card of this background
  26.   end if
  27. end mouseUp
  28.  
  29.  
  30. -- part 2 (field)
  31. -- low flags: 01
  32. -- high flags: 0002
  33. -- rect: left=151 top=89 right=154 bottom=439
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 0
  37. -- font id: 21
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: syntax
  42.  
  43.  
  44. -- part 3 (field)
  45. -- low flags: 01
  46. -- high flags: 2002
  47. -- rect: left=38 top=163 right=305 bottom=439
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 0
  51. -- font id: 20
  52. -- text size: 14
  53. -- style flags: 0
  54. -- line height: 18
  55. -- part name: Description
  56.  
  57.  
  58. -- part contents for background part 7
  59. ----- text -----
  60. C Shell Commands
  61.  
  62. -- part contents for background part 20
  63. ----- text -----
  64. pushd
  65.  
  66. -- part contents for card part 1
  67. ----- text -----
  68. pushd
  69.  
  70. -- part contents for card part 3
  71. ----- text -----
  72. Change to name directory and add current directory to the stack.
  73. With no name specified, exchange the top two elements of the directory stack. Or change to nth directory and put it on top of the stack.
  74.  
  75.  
  76. -- part contents for card part 2
  77. ----- text -----
  78. pushd [name] or pushd +n
  79.  
  80. -- part contents for background part 9
  81. ----- text -----
  82. 45 of 64